scan-build-py-fix-default-bin
authorLLVM Packaging Team <pkg-llvm-team@lists.alioth.debian.org>
Tue, 16 Dec 2025 11:47:30 +0000 (12:47 +0100)
committerSylvestre Ledru <sylvestre@debian.org>
Tue, 16 Dec 2025 11:47:30 +0000 (12:47 +0100)
===================================================================

Gbp-Pq: Name scan-build-py-fix-default-bin.diff

clang/tools/scan-build-py/lib/libscanbuild/arguments.py

index e9794e795977889b8356cf371a3e987cc8fe2e54..3d4a93bbb73d9e256f99708881071fa75dceeb30 100644 (file)
@@ -293,7 +293,7 @@ def create_analyze_parser(from_build_command):
         "--use-analyzer",
         metavar="<path>",
         dest="clang",
-        default="clang",
+        default="clang-21",
         help="""'%(prog)s' uses the 'clang' executable relative to itself for
         static analysis. One can override this behavior with this option by
         using the 'clang' packaged with Xcode (on OS X) or from the PATH.""",